GtkBuilderScopeInterface

The virtual function table to implement for GtkBuilderScope implementations. Default implementations for each function do exist, but they usually just fail, so it is suggested that implementations implement all of them.

Members

Variables

createClosure
GClosure* function(GtkBuilderScope* self, GtkBuilder* builder, const(char)* functionName, GtkBuilderClosureFlags flags, GObject* object, GError** err) createClosure;
gIface
GTypeInterface gIface;
Undocumented in source.
getTypeFromFunction
GType function(GtkBuilderScope* self, GtkBuilder* builder, const(char)* functionName) getTypeFromFunction;
getTypeFromName
GType function(GtkBuilderScope* self, GtkBuilder* builder, const(char)* typeName) getTypeFromName;

Meta